# Put event listing for Bolted Events Here

# 6000 6099 Overall China Controls
# 6100 6199 Nationalist events
# 6200 6299 ChiCom events
# 6300 6399 Singkiang events none yet
# 6400 6499 China Other 
# 8000+ USA Good Neighbor
# 8100+ German Domestic Polcies
# 8200 Romanian Oil Extra Prewar
# 9000+ European and General War Entry Management
# 10000 Pacific War Entry Management
# 11000 Vichy Events - disintegration of Vichy
# 12000 Manpower Additions GER JAP USA UK SOV CHI
# 14000 World Technology and Industry Creep



#########################################################################
# Romanian Oil Prewar Support of German Economy
#########################################################################
# Romanian Oil 8200
# Romanian Oil was crucial to German and Italian prewar economies
# These events simulate that, but do not subtract from Romania
# 102 Event file also does not subtract from Romania
# These events will not fire if the default events have fired
# The default events happen after alliance
# Each shipment under these events represents about a 40 day
# rubber supply for Germany assuming .5 conversion

# 1936

event = { 
	id = 8200
	random = no
	country = ROM
	
	trigger = {
		control = { province = 760 data = ROM }
		atwar = no
		NOT = { 
			event = 5000
			ispuppet = ROM
			alliance = { country = ROM country = ENG } 
		}
	}
	
	name = "Romanian oil shipments to Germany"
	desc = "Romanian oil was crucial to the pre-war economies of both Germany and Italy."
	style = 0
	
	date = { day = 7 month = june year = 1936 }
	offset = 31
	
	action_a = {
		name = "Support the German economy"
		command = { type = trigger which = 8201 }
		command = { type = oilpool value = -5000 } 
		command = { type = gain_tech which = -1 }
	}
	action_b = {
		name = "We cannot spare the oil"
		command = {  }
	}
}

# 1937

event = { 
	id = 8202
	random = no
	country = ROM
	
	trigger = {
		control = { province = 760 data = ROM }
		atwar = no
		NOT = { 
			event = 5001
			ispuppet = ROM
			alliance = { country = ROM country = ENG } 
		}
	}
	
	name = "Romanian oil shipments to Germany"
	desc = "Romanian oil was crucial to the pre-war economies of both Germany and Italy."
	style = 0
	
	date = { day = 7 month = june year = 1937 }
	offset = 31
	
	action_a = {
		name = "Support the German economy"
		command = { type = trigger which = 8201 }
		command = { type = oilpool value = -5000 } 
		command = { type = gain_tech which = -1 }
	}
	action_b = {
		name = "We cannot spare the oil"
		command = {  }
	}
}

# 1938

event = { 
	id = 8204
	random = no
	country = ROM
	
	trigger = {
		control = { province = 760 data = ROM }
		atwar = no
		NOT = { 
			event = 5002
			ispuppet = ROM
			alliance = { country = ROM country = ENG } 
		}
	}
	
	name = "Romanian oil shipments to Germany"
	desc = "Romanian oil was crucial to the pre-war economies of both Germany and Italy."
	style = 0
	
	date = { day = 7 month = june year = 1938 }
	offset = 31
	
	action_a = {
		name = "Support the German economy"
		command = { type = trigger which = 8201 }
		command = { type = oilpool value = -5000 } 
		command = { type = gain_tech which = -1 }
	}
	action_b = {
		name = "We cannot spare the oil"
		command = {  }
	}
}


# 1939

event = { 
	id = 8206
	random = no
	country = ROM
	
	trigger = {
		control = { province = 760 data = ROM }
		atwar = no
		NOT = { 
			event = 5003
			ispuppet = ROM
			alliance = { country = ROM country = ENG } 
		}
	}
	
	name = "Romanian oil shipments to Germany"
	desc = "Romanian oil was crucial to the pre-war economies of both Germany and Italy."
	style = 0
	
	date = { day = 7 month = june year = 1939 }
	offset = 31
	
	action_a = {
		name = "Support the German economy"
		command = { type = trigger which = 8201 }
		command = { type = oilpool value = -5000 } 
		command = { type = gain_tech which = -1 }
	}
	action_b = {
		name = "We cannot spare the oil"
		command = {  }
	}
}

event = { 
	id = 8201
	persistent = yes
	random = no
	country = GER
	
	# Triggered by ROM 8204
	
	name = "Romania ships oil to Germany"
	desc = "Romanian oil was crucial to the pre-war economies of both Germany and Italy."
	style = 0
	
	action_a = {
		name = "Excellent news"
		command = { type = oilpool value = 5000 }
	}
}


#########################################################################
# China Management Events
#########################################################################
# Bolted Event Test
# 6000 6099 Overall Controls
# 6100 6199 Nationalist events
# 6200 6299 ChiCom events
# 6300 6399 Singkiang events none yet
# 6400 6499 Other 


#########################################################################
# Benelux Neutrality Promises
#########################################################################
# Bolted Event Test

event = { 
	id = 9000
	country = GER
	random = no
	
	trigger = {
		atwar = no
		random = 6
		exists = BEL
		exists = LUX
		exists = HOL
		NOT = { 
			OR = {
				puppet = { country = BEL country = GER }
				puppet = { country = HOL country = GER }
				puppet = { country = LUX country = GER }
				}
			}
	}
 
	name = "German Statement Regarding Benelux Neutrality" 
	desc = "Prior to actually attacking Belgium, Holland, and Luxembourg on May 10, 1940, Germany repeatedly promised never to violate Belgian or Dutch neutrality. Whether a ruse or a later change of policy by Germany, Belgium and the Netherlands went out of their way to believe the Germans. In fact most of Europe could not believe that Germany would violate Belgian neutrality for the second time in 25 years, especially after promising to respect it on each occasion."
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 30 # Check for trigger conditions every 30 days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Make public promises to respect Benelux neutrality" # This might fool them! 
		command = { type = warentry which = USA value = -4 }
		command = { type = warentry which = ENG value = -2 }
		command = { type = warentry which = FRA value = -2 }
		command = { type = warentry which = BEL value = -5 }
		command = { type = warentry which = LUX value = -3 }
		command = { type = warentry which = HOL value = -5 }
		command = { type = warentry which = SPR value = -1 }
	}
	action_b = {
		name = "We can make no guarantees on our future policy" # No Changes!
		command = { type = manpowerpool value = -10 } # Some leave 
	}
}

#########################################################################
# French Political Polarization
#########################################################################
# Bolted Event Test

event = { 
	id = 9001
	country = FRA
	random = no
	
	trigger = {
		atwar = no
		random = 5
	}
 
	name = "French political polarization" 
	desc = "The French political scene was deeply divided prior to World War Two, as a result of domestic disputes that extended deep into French culture, and which had been originally exposed during the turmoil surrounding the Dreyfuss affair prior to World War One. As a result, the French were not terribly unified in the face of the rising power and threat of Germany."
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 30 # Check for trigger conditions every 30 days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Our political division will cause hesitation" # OK 
		command = { type = warentry which = FRA value = -3 }
		command = { type = dissent value = 5 }
	}
}

#
# Removed Fall of Paris events
#

#########################################################################
#  America First Committee
#########################################################################
#written by steeleagle

event = { 
	id = 9006 
	random = no
	country = USA
	trigger = {
		war = { country = ENG country = GER }
		random = 20
			NOT = {
				war = { country = USA country = GER }
				}
		}
	name = "The America First Committee "
	desc = "The America First Committee was a large scale expression of Isolationism in America. Many Americans felt that the US had gained nothing by her involvement in World War One, and saw the conflict between Germany and the Allied powers as simply another European imbroglio that didn't involve the interests of the United States. On September 1, 1940, Charles Lindbergh and others formed the America First Committee which held mass meetings and put enormous political pressure on FDR's government to stay out of the war. At its height, the America First Committee had 800,000 members from all walks of life. Until the attack on Pearl Harbor, many Americans tended to agree with the Committee that Axis expansion simply didn't pose a direct threat to the US -- a view which also came from traditional ideas of America's invulnerability to foreign attack."
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = {
		name = "We should remain Isolationist"
		command = { type = warentry which = USA value = -8 }
		command = { type = dissent value = 3 }
	}
}

#########################################################################
# The Craiova Settlement province 868
#########################################################################
# Bolted Event Test

event = { 
	id = 9007
	country = ROM 
	random = no
	
	trigger = {
		exists = BUL
		exists = HUN
		minister = 1
		alliance = { country = GER country = ROM }
		control = { province = 868 data = ROM } #Dobrich
		}
 
	name = "The Craiova Settlement"  
	desc = "As the German political position improved in Europe, Germany moved to sort things out in the Balkans as best she could. Why Germany took this course was a matter of some speculation at the time. Perhaps a move against the Middle East? Perhaps securing her southern flank for a move East? Neverthless, as part of this arrangement, Romania was forced to cede territories not only to Hungary, but also the Dobruja to Bulgaria. In return, Germany provided a guarantee of the reduced Romanian territory."
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 60 # Check for trigger conditions every 60 days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "We will cede the Dobruja to Bulgaria" # OK
		command = { type = alignment which = fascist value = 20 } 
		command = { type = secedeprovince which = BUL value = 868 } 
		command = { type = trigger which = 9008 }
		command = { type = dissent value = -2 } # who needs those people
		command = { type = gain_tech which = -1 }
	}
	action_b = {
		name = "We will not cede the Dobruja to anyone" # Not OK
		command = { type = alignment which = fascist value = -10 } 
		command = { type = alignment which = democratic value = 5 }
		command = { type = dissent value = 20 } # massive unrest
		command = { type = manpowerpool value = -1 }	
	}
}

#########################################################################
# The Craiova Settlement Bulgaria Reaction
#########################################################################
# Bolted Event Test

event = { 
	id = 9008
	country = BUL 
	random = no
	
	# Triggered by ROM 9007
 
	name = "Bulgaria obtains the Dobruja" 
	desc = "Bulgaria had been looking for resolution of her territorial claims for years. In one sweeping move, the Axis seemed likely to grant the Dobruja to Bulgaria. Naturally, this pleased the Bulgarian government immensely."
	style = 0

	action_a = {
		name = "We will gladly take the Dobruja" # OK!
		command = { type = alignment which = fascist value = 35 } 
		command = { type = dissent value = 5 } # increasing alignment towards Axis upsets some
		command = { type = access which = GER }
	}
}


#########################################################################
# Czech Technology
#########################################################################
# Bolted Event Test

event = { 
	id = 9020
	country = GER
	random = no
	
	trigger = {
		atwar = no
		random = 50
		OR = { 
			event = 2011
			event = 2006 
			}
		NOT = { 
			exists = CZE
			}
	}
 
	name = "Germany acquires Czech tank technology" 
	desc = "The peaceful, or rather bloodless, acquisition of Czechoslovakia was a boon to German war industry and technology. The Czechs were definate leaders in effective medium tanks, and their 38(t) tank was considered one of the best in the world and had a main gun that was more effective than anything mounted on German tanks at the time. Even during the French campaign, the 38(t) tank gun was second only in effectiveness to the famed 88. The occupation of Czecholslovakia in effect gave the Wehrmacht hundreds of these types of machines, and the industry and technology to support them."
	style = 0

	date = { day = 1 month = january year = 1938 }
	offset = 30 # Check for trigger conditions every 30 days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Integrate the Czech tanks into the Panzer divisions" # Take
		command = { type = supplies  value = -4000 } # Cost
		command = { type = add_division which = armor } # unit
		command = { type = add_division which = armor } # unit
		command = { type = manpowerpool  value = -14 } # cost
	}

	action_b = {
		name = "Analyse the tank construction technology" #
		command = { type = gain_tech which = 2300 } # Basic tanks
		command = { type = gain_tech which = 2301 } # imp. gear
		command = { type = gain_tech which = 2302 } # imp. suspension
		command = { type = gain_tech which = 2303 } # imp. engine
		command = { type = gain_tech which = 2106 } # Basic light 30mm

	}

	action_c = {
		name = "We do not need foreign materiel" # No Changes!
		command = { type = manpowerpool value = 5 } # conversion specialists unneeded 
	}
}



######################################################################### 
# Olympic Games of 1936 
######################################################################### 
# Bolted
# Event authoring assisted by I forgot maybe orlando 

event = { 
	id = 9070 
	random = no 
	country = GER 

		trigger = { 
			NOT = { 
				atwar = GER # There is no war with the Allies
				OR = {
					control = { province = 621 data = GER } # Vienna
					control = { province = 615 data = GER } # Prague
					control = { province = 643 data = GER } # Warsaw
					control = { province = 552 data = GER } # Brussels
					control = { province = 553 data = GER } # Lux
					control = { province = 550 data = GER } # Amsterdam
					control = { province = 594 data = GER } # copenhagen
					control = { province = 664 data = GER } # Oslo
					control = { province = 499 data = GER } # London
					control = { province = 908 data = GER } # Rome
					control = { province = 633 data = GER } # Budapest
					control = { province = 757 data = GER } # Bucharest
					}
				 
				} 
			} 
	name = "The Berlin Olympic Games" 
	desc = "Germany emerged victorious from the XIth Olympiad. German athletes captured the most medals, and German hospitality and organization won the praises of many visitors. Most newspaper accounts echoed the New York Times report; that the Games put Germans back in the fold of nations, and even absolved them of some war guilt. Some people even found reason to hope that this peaceable interlude would endure." 
	style = 0 

	date = { day = 30 month = september year = 1936 } 
	# offset = 30 

	action_a = { 
		name = "We are triumphant; the Games have been a success" 
		command = { type = dissent value = -5 } 
		command = { type = warentry which = ENG value = -5 } 
		command = { type = warentry which = FRA value = -5 } 
		command = { type = warentry which = USA value = -10 } 
		command = { type = warentry which = CAN value = -3 } 
		command = { type = warentry which = BEL value = -3 } 
		command = { type = warentry which = LUX value = -3 } 
		command = { type = warentry which = HOL value = -3 } 
		command = { type = warentry which = DEN value = -3 } 
		command = { type = warentry which = NOR value = -3 } 
		command = { type = warentry which = SWE value = -3 } 
		command = { type = warentry which = AST value = -3 } 
		command = { type = warentry which = NZL value = -3 } 
		command = { type = warentry which = CZE value = -5 }
	} 
} 

######################################################################### 
# Effects of Blitzkrieg France
# 9150
######################################################################### 
# Bolted
#  

event = { 
	id = 9150
	random = no
	country = FRA
	
	trigger = {
		war = { country = FRA country = GER }
		NOT = { 
			exists = VIC
			}
		OR = { 
			control = { province = 528 data = GER } # Amiens
			control = { province = 529 data = GER } # Reims
			control = { province = 522 data = GER } # Rouen
			control = { province = 525 data = GER } # Troyes
			control = { province = 524 data = GER } # Auxerre
			control = { province = 556 data = GER } # Chaumont
			control = { province = 552 data = GER } # Brussels
			}
		}

	name = "The demoralization of the French Army" # 
	desc = "Something was wrong with the French Army in 1940; perhaps it was the long shadow of divisive French politics, perhaps it was the enormous casualties suffered by France in the First World War. After the Germans invaded France in 1940, the French Army seemed to quickly disintegrate. They had the means and the capacity to fight the Germans, and the individual French soldier did not lack courage, but the will to win faded. After the French surrender, the behavior of Vichy France revealed quasi-fascist tendencies among French politicians who seemed much more willing to fight the British than to fight Germany. As the Allies began to win the war, a larger and larger segment of remaining French armed forces and population begin to regain hope for liberation and the will to fight for their freedom. A French armored division was the first Allied unit to enter Paris when it was liberated in 1944."

	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 7 # Check for trigger conditions every 7 days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Our army is losing its will to fight" # 
		command = { type = dissent value = 20 }
		command = { type = land_fort which = 518 value = -3 }
		command = { type = land_fort which = 520 value = -3 }
		command = { type = land_fort which = 556 value = -3 }
	}
}
######################################################################### 
# Effects of Blitzkrieg Germany
# 9151
######################################################################### 
#event = { 
#	id = 9151
# DISABLED

######################################################################### 
# 9200 - Bases For Destroyers US England, Proposal
######################################################################### 
# Bolted
# It would be nice if destroyers could actually be turned over to 
# Britain, but there has been no explanation of the relevant command
# and its relationship to the Unit ID structure 

event = { 
	id = 9200
	random = no
	country = ENG
	
	trigger = {
		minister = 6001 # HoS FDR
		war = { country = GER country = ENG }
			OR = {
				control = { province = 527 data = GER } # Paris
				exists = VIC
				}
			NOT = {
				war = { country = USA country = ENG }
				control = { province = 499 data = GER } # London
				}
		}

	name = "Britain trades naval bases for American destroyers" # 
	desc = "In the Summer of 1940, the situation appeared rather grim for merry old England. They had been driven off the Continent, and most of their army had lost most of their heavy equipment. Added to this bad situation, the threat of U-Boats in the Atlantic threatened the very lifelines of Britain. In response to this situation, Churchill pleaded with Roosevelt for some assistance, warning that if the Germans were able to force a political settlement with Britain (which had been discussed in the British Cabinet in the dark days of late May and early June) it would seal German control of Western Europe, and permanently alter the political situation of the world. Roosevelt, hamstrung by the US Neutrality Acts, found a way to get around the intent of the law; a foreign treaty which involved an 'even exchange' of British bases for US destroyers. The United States effectively took over defense of the Western Hemisphere, and sent some 40 old destroyers to Britain to help in the protection of convoys to Britain."

	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 60 # Check for trigger conditions every 30 days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Offer to turn over our bases in the Western hemisphere" # 
		command = { type = trigger which = 9201 } 
		command = { type = dissent value = -2 }
	}
	action_b = {
		name = "We have no need of assistance" #
		command = { type = dissent value = 2 }
		}
}
######################################################################### 
# 9201 - Bases For Destroyers US England, Accept or not?
######################################################################### 
event = { 
	id = 9201
	random = no
	country = USA
	

	# Triggered by ENG 9200

	name = "Britain trades naval bases for American destroyers" # 
	desc = "In the Summer of 1940, the situation appeared rather grim for merry old England. They had been driven off the Continent, and most of their army had lost most of their heavy equipment. Added to this bad situation, U-Boats in the Atlantic threatened the very lifelines of Britain. In response to this situation, Churchill pleaded with Roosevelt for some assistance, warning that if the Germans were able to force a political settlement with Britain (which had been discussed in the British Cabinet in the dark days of late May and early June) it would seal German control of Western Europe, and permanently alter the political situation of the world. Roosevelt, hamstrung by the US Neutrality Acts, found a way to get around the intent of the law; a foreign treaty which involved an 'even exchange' of British bases for US destroyers. The United States effectively took over defense of the Western Hemisphere, and sent a number of old destroyers to Britain to help protect convoys to Britain."

	style = 0

	action_a = {
		name = "Assist Britain by making the exchange" # 
		command = { type = dissent value = -1 }
		command = { type = trigger which = 9202 } 
		}
	action_b = {
		name = "We don't need the extra responsibility" # 
		command = { type = influence value = -10 }	# bad international relations
		command = { type = trigger which = 9203 } 
		command = { type = dissent value = 2 }
		}
}
######################################################################### 
# 9202 - Bases For Destroyers US England, USA accepted
######################################################################### 
event = { 
	id = 9202
	random = no
	country = ENG
	
# triggered by USA 9201 A

	name = "Britain trades naval bases for American destroyers" # 
	desc = "In the Summer of 1940, the situation appeared rather grim for merry old England. They had been driven off the Continent, and most of their army had lost most of their heavy equipment. Added to this bad situation, the threat of U-Boats in the Atlantic threatened the very lifelines of Britain. In response to this situation, Churchill pleaded with Roosevelt for some assistance, warning that if the Germans were able to force a political settlement with Britain (which had been discussed in the British Cabinet in the dark days of late May and early June) it would seal German control of Western Europe, and permanently alter the political situation of the world. Roosevelt, hamstrung by the US Neutrality Acts, found a way to get around the intent of the law; a foreign treaty which involved an 'even exchange' of British bases for US destroyers. The United States effectively took over defense of the Western Hemisphere, and sent some 40 old destroyers to Britain to help in the protection of convoys to Britain."

	style = 0

	action_a = {
		name = "Turn over our bases in the Western hemisphere" # 
		command = { type = secedeprovince which = USA value = 233 }
		command = { type = secedeprovince which = USA value = 260 }
		command = { type = secedeprovince which = USA value = 225 }
		command = { type = secedeprovince which = USA value = 268 }
		command = { type = secedeprovince which = USA value = 270 }
		command = { type = secedeprovince which = USA value = 272 }
		command = { type = secedeprovince which = USA value = 274 }
		command = { type = secedeprovince which = USA value = 275 }
		command = { type = trigger which = 9204 } # USA Accepted
		command = { type = dissent value = -2 }
		command = { type = influence value = 3 }	# good international relations
		command = { type = add_division which = destroyer }
		command = { type = manpowerpool value = -1 }
	}
}

######################################################################### 
# 9203 - Bases For Destroyers US England, USA rejected
######################################################################### 
event = { 
	id = 9203
	random = no
	country = ENG
	
# triggered by USA 9201 B

	name = "Britain trades naval bases for American destroyers" # 
	desc = "In the Summer of 1940, the situation appeared rather grim for merry old England. They had been driven off the Continent, and most of their army had lost most of their heavy equipment. Added to this bad situation, the threat of U-Boats in the Atlantic threatened the very lifelines of Britain. In response to this situation, Churchill pleaded with Roosevelt for some assistance, warning that if the Germans were able to force a political settlement with Britain (which had been discussed in the British Cabinet in the dark days of late May and early June) it would seal German control of Western Europe, and permanently alter the political situation of the world. Roosevelt, hamstrung by the US Neutrality Acts, found a way to get around the intent of the law; a foreign treaty which involved an 'even exchange' of British bases for US destroyers. The United States effectively took over defense of the Western Hemisphere, and sent some 40 old destroyers to Britain to help in the protection of convoys to Britain."

	style = 0

	action_a = {
		name = "The Americans have rejected our offer" # 
		command = { type = dissent value = -2 }
		}
}

######################################################################### 
# 9204 - Bases For Destroyers US England
######################################################################### 
event = { 
	id = 9204
	random = no
	country = USA
	

	# Triggered by ENG 9202

	name = "Britain trades naval bases for American destroyers" # 
	desc = "In the summer of 1940, the situation appeared rather grim for Britain. They had been driven off the continent, and had lost most of their heavy equipment. Additionally, the presence of U-Boats in the Atlantic threatened their merchantile lifelines. In response, Churchill pleaded with Roosevelt for some assistance. He warned that if the Germans were able to force a political settlement with Britain (which had been discussed in the British Cabinet in the dark days of late May and early June), it would seal German control of Western Europe, and permanently alter the political situation of the world. Roosevelt, hamstrung by the US Neutrality Acts, found a way to get around the intent of the law; a foreign treaty which involved an even exchange of British bases for US destroyers. The United States effectively took over defense of the Western Hemisphere, and sent some 40 old destroyers to help in the protection of British merchantile convoys."

	style = 0

	action_a = {
		name = "Assist Britain by making the exchange" # 
		command = { type = access which = ENG }
		command = { type = influence value = 3 }	# good international relations
	}
}

######################################################################### 
# England Capital Moves
# 9210-9211
######################################################################### 
# Bolted


event = { 
	id = 9210
	random = no
	country = ENG
	
	trigger = {
		control = { province = 487 data = ENG } # edinburgh alternate
		NOT = {
			control = { province = 499 data = ENG } # London
			}
		}

	name = "The British Government Relocates to Scotland" # 
	desc = "The British Government had well developed plans to move in the event of enemy control of the London area. Plans included either a temporary move to the Midlands or Scotland, or a move to Canada if Britain became untenable. The Government would come back to London once England was again secure."

	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 7 # Check for trigger conditions every 30 days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Move the Government to Scotland" # 
		command = { type = capital which = 487 }
		command = { type = dissent value = 3 }
	}
}

######################################################################### 
# England Capital Moves
# 9211 Move back to London
######################################################################### 
# Bolted

event = { 
	id = 9211
	random = no
	country = ENG
	
	trigger = {
		control = { province = 487 data = ENG } # edinburgh alternate
		control = { province = 499 data = ENG } # London
		control = { province = 488 data = ENG } # Newcastle
		control = { province = 489 data = ENG } # Manchester
		control = { province = 490 data = ENG } # Sheffield
		control = { province = 491 data = ENG } # Cardiff
		control = { province = 497 data = ENG } # Birmingham
		control = { province = 498 data = ENG } # Coventry
		control = { province = 500 data = ENG } # Bristol
		control = { province = 502 data = ENG } # Southampton
		control = { province = 503 data = ENG } # Portsmouth
		OR = {
			event = 9210
			event = 9212
			}
		}

	name = "The British Government relocates to London" # 
	desc = "The British Government had well developed plans to move in the event of enemy control of the London area. Plans included either a temporary move to the Midlands or Scotland, or a move to Canada if Britain became untenable. The Government would come back to London once England was again secure."

	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 30 # Check for trigger conditions every 30 days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Move the Government back to London" # 
		command = { type = capital which = 499 }
		command = { type = dissent value = -5 }
	}
}

######################################################################### 
# England Capital Moves to Canada
# 9210-9212
######################################################################### 
# Bolted


event = { 
	id = 9212
	random = no
	country = ENG
	
	trigger = {
		control = { province = 168 data = ENG } # St.Johns
		event = 9210
		NOT = {
			control = { province = 487 data = ENG } # edinburgh alternate
			control = { province = 499 data = ENG } # London
			}
		}

	name = "The British Government relocates to Canada" # 
	desc = "The British Government had well developed plans to move in the event of enemy control of the London area. Plans included either a temporary move to the Midlands or Scotland, or a move to Canada if Britain became untenable. The Government would come back to London once England was again secure."

	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 7 # Check for trigger conditions every 30 days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Move the Government to Canada and continue our fight" # 
		command = { type = capital which = 168 }
		command = { type = dissent value = 5 }
	}
}

######################################################################### 
# German Aggression in the Baltics
# 9400
######################################################################### 
# Bolted

event = { 
	id = 9400
	random = no
	country = SOV
	
	trigger = {
		random = 45
		NOT = { 
			OR = {
				ispuppet = SOV
				war = { country = GER country = SOV }
				event = 5308 # bitter peace
				event = 2309 # bitter peace
				event = 5310 # not so bitter peace
				event = 2311 # not so bitter peace
				event = 2013 # historical pact
				event = 2602 # full alliance
				}
			}
		OR = { 
			control = { province = 709 data = GER } # lat
			control = { province = 715 data = GER } # lit
			control = { province = 707 data = GER } # est
			}
		}

	name = "German Aggression in the Baltics" # 
	desc = "German aggression against the Baltics without prior arrangement with the Soviet Union would have resulted in very serious consequences for German-Soviet relations, perhaps even including war."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30 # Check for trigger conditions every 30 days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Declare war on Germany at once" # 
		command = { type = war which = GER }
	}
	action_b = {
		name = "We will ignore the German aggression for now" # 
		command = { type = influence value = -5 }
		command = { type = dissent value = 5 }
	}
}
######################################################################### 
# German Aggression in the Balkans
# 9401 
######################################################################### 
# Bolted

event = { 
	id = 9401
	random = no
	country = SOV
	
	trigger = {
		random = 45
		NOT = { 
			OR = {
				ispuppet = SOV
				war = { country = GER country = SOV }
				event = 2625 # bitter peace
				event = 2646 # bitter peace
				event = 2013 # historical pact
				event = 2602 # full alliance
				}
			}
		OR = { 
			control = { province = 757 data = GER } # rom
			control = { province = 873 data = GER } # istanbul
			control = { province = 750 data = GER } # bulgaria
			}
		}

	name = "German aggression in the Balkans" # 
	desc = "German aggression against the Balkans without prior arrangement with the Soviet Union would have resulted in very serious consequences for German-Soviet relations up to and including war."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30 # Check for trigger conditions every 30 days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Declare war on Germany at once" # 
		command = { type = war which = GER }
	}
	action_b = {
		name = "We will ignore the German aggression for now" # 
		command = { type = influence value = -5 }
		command = { type = dissent value = 5 }
	}
}

######################################################################### 
# German Aggression in Western Europe
# 9500 
######################################################################### 
# Bolted 9500 REMOVED


######################################################################### 
# German Aggression in Western Europe
# 9501 - British / French outrage over attacks on Neutrals 
######################################################################### 
# Bolted

event = { 
	id = 9501
	random = no
	country = ENG
	
	trigger = {
		exists = FRA
		exists = USA
		OR = {
			war = { country = BEL country = GER }
			war = { country = HOL country = GER }
			war = { country = SCH country = GER }
			control = { province = 552 data = GER } # Bruxelles
			control = { province = 550 data = GER } # Amster
			control = { province = 553 data = GER } # Lux
			control = { province = 594 data = GER } # copenhagen
			puppet = { country = BEL country = GER }
			puppet = { country = HOL country = GER }
			puppet = { country = LUX country = GER }
			puppet = { country = SCH country = GER }
			puppet = { country = DEN country = GER }
			}
		NOT = {
			war = { country = ENG country = GER }			
			}
		}
	name = "The British public is outraged over German aggression" # 
	desc = "Germany did not attempt any attacks on neutral countries after Czechoslovakia because of the risk of war with the Allies.  This attitude changed when the German High Command made up their minds to attack the Allies regardless. As a result, the British population clamored for something to be done against German aggression on the European continent."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 5 # Check for trigger conditions every 3 days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Acknowledge the outrage of the British public" # 
		command = { type = warentry which = ENG value = 35 }
		command = { type = trigger which = 9502 }
		command = { type = dissent value = -5 }
	}
	action_b = {
		name = "Ignore the demands to do something; we dare not provoke Germany" # 
		command = { type = influence value = -5 }
		command = { type = dissent value = 5 }
	}
}

event = { 
	id = 9502
	random = no
	country = FRA
	
	# Triggered by ENG 9501

	name = "The French public is outraged over German aggression" # 
	desc = "Germany did not attempt any attacks on neutral countries after Czechoslovakia because of the risk of war with the Allies.  This attitude changed when the German High Command made up their minds to attack the Allies regardless. As a result, the French population clamored for something to be done against German aggression on the European continent."

	style = 0

	action_a = {
		name = "Acknowledge the outrage of the British Public" # 
		command = { type = warentry which = FRA value = 35 }
		command = { type = dissent value = -5 }
	}
	action_b = {
		name = "Ignore the aggression for now" # 
		command = { type = influence value = -5 }
		command = { type = dissent value = 5 }
	}
}

######################################################################### 
# German Aggression in Western Europe
# 9600 - Yugoslavia 
######################################################################### 
# Bolted - original author Chuck 
# German pact with Yugoslavia--will probably trigger coup

event = {
	id = 9600
	random = no
	country = GER

	trigger = {
		headofstate = 1 # Hitler, added in v0.5 
		random = 25
		exists = GRE
		exists = YUG
		war = { country = ITA country = GRE } 
		war = { country = GER country = ENG }
		alliance = { country = ITA country = GER }
		alliance = { country = HUN country = GER }
		NOT = { 
			OR = {
				war = { country = GER country = YUG }
				war = { country = SOV country = GER } 
				alliance = { country = YUG country = GER }
				}
			}
		}

	name = "Germany pressures Yugoslavia into the Axis"
	desc = "The faltering Italian attack on Greece took German leaders by surprise. This caused Hitler some anxiety about the Italian-guarded flank for his planned attack on Russia. The quickest way to fix this situation was to help the Italians finish their invasion of Greece as soon as possible; the easiest way to do so was for the Wehrmacht to attack Greece via Yugoslavia. Political and diplomatic contacts were made to force the Yugoslavian regent, Prince Paul, to join the Axis and permit the Wehrmacht to operate against Greece from Yugoslavian territory. Prince Paul was terrified with the thought of provoking Hitler, potentially resulting in a German invasion of Yugoslavia. Knowing this, Hitler made several subtle warnings to increase pressure on the Yugoslavian Regent and Government, in order to obtain a quick response. Time was essential if the offensive versus Russia was to begin as planned."
	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 30
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Demand that Yugoslavia join the Axis"
		command = { type = trigger which = 9601 }
		}
	action_b = {
		name = "Do not press our point; we do not need to be concerned"
		command = { }
	}
}

# YUG Axis events

event = {
	id = 9601
	random = no
	country = YUG

	#triggered by GER 9600

	name = "Germany demands Yugoslavian adherence to the Axis"
	desc = "The faltering Italian attack on Greece caused Hitler to be anxious about the flank for his planned attack on Russia. The quickest way to end this was to help the Italians finish their invasion as soon as possible, and the easiest way to do so was to attack through Yugoslavia. Political and diplomatic contacts were made to force the Yugoslavian regent, Prince Paul, to join the Axis. He was terrified at the possibility of provoking Hitler, resulting in a German invasion of Yugoslavia so he didn't listen to Allied offers for help (he didn't even want to receive Anthony Eden) and rapidly agreed to join the Axis to preserve the life of his country, although it was obviously a very unpopular decision. Terror was patent between Yugoslavian leaders, and nobody dared to express what they thought except a group of nationalist officers headed by an Air Force General named Simovic, whose office had become the clandestine center of the opposition to German penetration in the Balkans."
	style = 0
	
	action_a = { 
		name = "We must accede to German demands" # give in
		command = { type = alignment which = fascist value = 40 }
		command = { type = alliance which = GER }
		command = { type = dissent value = 40 }
	}
	action_b = { 
		name = "We will never make common cause with the Fascists!" # refuse
		command = { type = alignment which = democratic value = 40 }
		command = { type = dissent value = -20 }
	}
}


event = {
	id = 9602
	random = no
	country = YUG

	trigger = { 
		alliance = { country = GER country = YUG } 
#		random = 70
		}

	date = { day = 0 month = january year = 1936 }
	offset = 2
	deathdate = { day = 30 month = december year = 1947 } 
	
	name = "Yugoslavia leaves the Axis"
	desc = "The Yugoslavian monarchy had been too decadent for a long time. Prince Paul did not have the support of certain sectors of the Army, and was not popular amongst the general population. When he buckled to German pressure and signed the Tripartite Pact to join the Axis, the group of nationalist officers headed by General Simovic knew that it was time to make their move. Few rebellions were executed with less complications. The Prime Minister was arrested by police and forced to resign. Prince Paul was forced to sign his abdication, and the same night went in exile in Greece. The public was ecstatic: the streets in Belgrad were full of people singing and waving English and French flags everywhere. The German minister in Belgrad was publically insulted; people spat at his car as he left the city. Yugoslavia, a country until then poorly governed, had shouted its heroic, but temporary, defiance at the most powerful conqueror of the modern era."
	style = 0

action_a = {
	name = "We shall not allow Germany to determine our fate"
	command = { type = headofstate which = 20001 }
	command = { type = headofgovernment which = 20012 }
	command = { type = foreignminister which = 20013 }
	command = { type = alignment which = democratic value = 100 }
	command = { type = dissent value = -25 }
	command = { type = trigger which = 9603 }
	}
}

event = {
	id = 9603
	random = no
	country = ENG

#Triggered by YUG 9602

	name = "Britain signs peace with Yugoslavia"
	desc = "The Yugoslavian monarchy had been too decadent for a long time. Prince Paul did not have the support of certain sectors of the Army, and was not popular amongst the general population. When he buckled to German pressure and signed the Tripartite Pact to join the Axis, the group of nationalist officers headed by General Simovic knew that it was time to make their move. Few rebellions were executed with less complications. The Prime Minister was arrested by police and forced to resign. Prince Paul was forced to sign his abdication, and the same night went in exile in Greece. The public was ecstatic: the streets in Belgrad were full of people singing and waving English and French flags everywhere. The German minister in Belgrad was publically insulted; people spat at his car as he left the city. Yugoslavia, a country until then poorly governed, had shouted its heroic, but temporary, defiance at the most powerful conqueror of the modern era.  Britain had to support the new government against German aggression."
	style = 0

	action_a = {
		name = "Yugoslavia will enjoy British protection"
		command = { type = make_puppet which = YUG } # Only way to get Yug into Allies
		command = { type = trigger which = 9604 }
	}
}


event = {
	id = 9604
	random = no
	country = ENG

#Triggered by ENG 9603

	name = "England ends Yugoslav puppet status"
	desc = "Britain offered a peace agreement to the leaders of the victorious rebellion in Yugoslavia. The treaty respected Yugoslavian sovereignty and self-determination."
	style = 0

	action_a = {
		name = "Our countries shall be equals"
		command = { type = end_mastery which = YUG } # Ends Yugoslav puppet status
		command = { type = trigger which = 9605 }
	}
}

event = {
	id = 9605
	random = no
	country = YUG

	#Triggered by ENG 9604

	name = "England ends Yugoslav puppet status"
	desc = "The peace treaty Yugoslavia signed with Britain ensured Yugoslavian sovereignty and self-determination."
	style = 0

	action_a = {
		name = "The British shall fight alongside us as allies and equals"
		command = { type = end_puppet } # Ends Yugoslav puppet status
	}
}


#########################################################################
# Vichy Free France Events
# 11010 Free France Government Changes
#########################################################################
# Note this event may not work correctly if Vichy is at war with
# someone and the provinces are occupied by a power other than 
# Vichy


#event = { 
#	id = 11010
#	random = no
#	country = FRA
#	
#	trigger = {
#		exists = VIC
#		war = { country = ENG country = GER }
#		war = { country = FRA country = GER }
#		control = { province = 499 data = ENG } #eng controls london
#		random = 50
#		}	
#	
#	name = "The Call to Honor - Charles de Gaulle Assumes Leadership of Free France"
#	desc = "On June 18, 1940, Charles de Gaulle made a dramatic appeal to the French people to continue the struggle against the Axis domination. While his political leadership was not formally recognized for some months, it was at this moment that de Gaulle became the de facto leader of all French forces, and proved to be an able and persistant leader, if not irritating to his British, and later, American allies."
#	style = 0
#
#	date = { day = 1 month = january year = 1939 } 
#	offset = 30 # Check for trigger conditions every 60 days
#	deathdate = { day = 30 month = december year = 1947 } 
#
#	action_a = { 
#		name = "Let de Gaulle assume leadership" # Get 
#		# UNTIL WE KNOW WHO "??" ARE, THEY ARE REMOVED.
#		#command = { type = minister which = 2066 } # ??
#		#command = { type = minister which = 2020 } # ?? 
#		#command = { type = minister which = 2067 } # ??
#		#command = { type = minister which = 2040 } # ??
#		#command = { type = minister which = 2060 } # ??
#		#command = { type = minister which = 2058 } # ??
#		#command = { type = minister which = 2048 } # ??
#		#command = { type = minister which = 2045 } # ??
#		#command = { type = minister which = 2044 } # ??
#		command = { type = headofstate which = 2078 } # De Gaulle
#		#command = { type = headofgovernment which = 2020 } # ??
#		command = { type = chiefofstaff which = 2079 } # De Gaulle
#		#command = { type = armamentminister  which = 2040 } # ??
#		#command = { type = foreignminister which = 2060 } # ??
#		#command = { type = chiefofair which = 2058 } # ??
#		#command = { type = chiefofarmy which = 2048 } # ??
#		#command = { type = ministerofintelligence which = 2045 } # ??
#		#command = { type = ministerofsecurity which = 2044 } # ??
#		command = { type = dissent value = -20 }
#		command = { type = switch_allegiance which = ENG value = -1 }
# 		command = { type = switch_allegiance which = ENG value = -1 }
#		command = { type = switch_allegiance which = ENG value = -1 }
#	} 
#	action_b = { 
#		name = "It is too soon" # No 
#		command = {  } 
#	}
#} 



#########################################################################
# Event Series 12200 Foreign Volunteers
# Event 12200 Foreign Volunteers Germany
#########################################################################
# Supplies represent the propaganda or incentives effort 

event = { 
	id = 12200
	random = no
	country = GER
	
	trigger = {
		random = 20
		control = { province = 552 data = GER } # Brussels
		control = { province = 553 data = GER } # Lux
		control = { province = 550 data = GER } # Amsterdam
		control = { province = 527 data = GER } # Paris
		war = { country = GER country = SOV }
		NOT = { 
			exists = POL
			}
		}	
	
	name = "Western European volunteers to the German Wehrmacht"
	desc = "Several divisions of volunteers were raised from among the young men of Germany's Western European conquests."
	style = 0

	date = { day = 1 month = january year = 1939 } 
	offset = 30 # Check for trigger conditions every 60 days
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = { 
		name = "Raise the Volunteer divisions" # Get 
		command = { type = manpowerpool value = 40 }
		command = { type = supplies value = -100 } 
	} 
} 

event = { 
	id = 12201
	random = no
	country = GER
	
	trigger = {
		random = 15
		control = { province = 552 data = GER } # Brussels
		control = { province = 553 data = GER } # Lux
		control = { province = 550 data = GER } # Amsterdam
		control = { province = 527 data = GER } # Paris
		control = { province = 594 data = GER } # copenhagen
		control = { province = 664 data = GER } # Oslo
		war = { country = GER country = SOV }
		NOT = { 
			exists = POL
			}
		}	
	
	name = "Scandinavian volunteers to the German Wehrmacht"
	desc = "Several divisions of volunteers were raised from among the young men of Scandinavian conquests."
	style = 0

	date = { day = 1 month = january year = 1939 } 
	offset = 30 # Check for trigger conditions every 60 days
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = { 
		name = "Raise the Volunteer divisions" # Get 
		command = { type = manpowerpool value = 35 } 
		command = { type = supplies value = -100 }
	} 
} 

#ELIMINADO
#id = 12202
#ELIMINADO 

#########################################################################
# Event Series 14000 World Industrialization & Technology
# Event 14000 Oil to Rubber Conversion Technology
#########################################################################
# trigger condition major = yes/no is bugged and therefore reversed

event = { 
	id = 14000
	random = yes
	trigger = {
			atwar = no
			NOT = {
				technology = 4303
				}
		}
	name = "A new rubber conversion factory opens"
	desc = "During the 30s and 40s the minor countries and the non-industrialized world began to experience the effects of mass industrialization for the first time"
	style = 0

	action_a = {
		name = "Industrialization is the road to future prosperity"
		command = { type = gain_tech which = 4000 }
		command = { type = gain_tech which = 4100 }
		command = { type = gain_tech which = 4200 }
		command = { type = gain_tech which = 4300 }
		command = { type = gain_tech which = 4301 }
		command = { type = gain_tech which = 4302 }
		command = { type = gain_tech which = 4303 }
		command = { type = supplies value = -100 }
	}
}
#########################################################################
# Event Series 14000 World Industrialization
# Event 14001 Basic Coal to Oil Conversion Technology
#########################################################################
# trigger condition major = yes/no is bugged and therefore reversed

event = { 
	id = 14001
	random = yes
	trigger = {
			atwar = no
			NOT = {
				technology = 4001
				}
		}
	name = "A new basic coal-to-oil conversion plant opens"
	desc = "During the 1930's and 1940's, the minor countries and the non-industrialized world began to experience the effects of mass industrialization for the first time"
	style = 0

	action_a = {
		name = "Industrialization is the road to future prosperity"
		command = { type = gain_tech which = 4000 }
		command = { type = gain_tech which = 4001 }
		command = { type = supplies value = -100 }
	}
}
#########################################################################
# Event Series 14000 World Industrialization
# Event 14002 Advanced Coal to Oil Conversion Technology
#########################################################################
# trigger condition major = yes/no is bugged and therefore reversed

event = { 
	id = 14002
	random = yes
	trigger = {
			atwar = no
			NOT = {
				technology = 4601
				}
		}
	name = "A new advanced coal-to-oil conversion plant opens"
	desc = "During the 30s and 40s the minor countries and the non-industrialized world began to experience the effects of mass industrialization for the first time"
	style = 0

	action_a = {
		name = "Industrialization is the road to future prosperity"
		command = { type = gain_tech which = 4000 }
		command = { type = gain_tech which = 4001 }
		command = { type = gain_tech which = 4200 }
		command = { type = gain_tech which = 4300 }
		command = { type = gain_tech which = 4400 }
		command = { type = gain_tech which = 4500 }
		command = { type = gain_tech which = 4600 }
		command = { type = gain_tech which = 4601 }
		command = { type = supplies value = -100 }
	}
}
#########################################################################
# Event Series 14100 Foreign Military Advisors
# Event 14100 Basic Infantry Technolgy
#########################################################################
# trigger condition major = yes/no is bugged and therefore reversed

event = { 
	id = 14100
	random = yes
	trigger = {
			NOT = {
				technology = 1301
				}
		}
	name = "Foreign military advisors improve infantry effectiveness"
	desc = "Many countries hired foreign military advisors and other specialists who helped minor nations improve their military technolgy rapidly. These advisors could be still in the service of their home nation, or they could have been retired or even mercenary."
	style = 0

	action_a = {
		name = "Hire foreign military advisors for infantry training"
		command = { type = gain_tech which = 1000 }
		command = { type = gain_tech which = 1001 }
		command = { type = gain_tech which = 1100 }
		command = { type = gain_tech which = 1200 }
		command = { type = gain_tech which = 1201 }
		command = { type = gain_tech which = 1204 }
		command = { type = gain_tech which = 1300 }
		command = { type = gain_tech which = 1301 }
		command = { type = supplies value = -100 }
	}
}
#########################################################################
# Event Series 14100 Foreign Military Advisors
# Event 14101 Basic Artillery Technology
#########################################################################
# trigger condition major = yes/no is bugged and therefore reversed

event = { 
	id = 14101
	random = yes
	trigger = {
			NOT = {
				technology = 14012
				}
		}
	name = "Foreign military advisors improve artillery effectiveness"
	desc = "Many countries hired foreign military advisors and other specialists to help minor nations rapidly improve their military technology. These advisors were often still in the service of their home nation, or possibly retired or mercenary."
	style = 0

	action_a = {
		name = "Hire foreign military advisors for artillery training"
		command = { type = gain_tech which = 14000 }
		command = { type = gain_tech which = 14001 }
		command = { type = gain_tech which = 14003 }
		command = { type = gain_tech which = 14008 }
		command = { type = gain_tech which = 14010 }
		command = { type = gain_tech which = 14012 }
		command = { type = supplies value = -100 }
	}
}
#########################################################################
# Event Series 14100 Foreign Military Advisors
# Event 14102 Land Doctrine
#########################################################################

event = { 
	id = 14102
	random = yes
	trigger = {
			NOT = {
				technology = 11100
				}
		}
	name = "Foreign military advisors improve army staff training"
	desc = "Many countries hired foreign military advisors and other specialists to help minor nations rapidly improve their military technology. These advisors were often still in the service of their home nation, or possibly retired or mercenary."
	style = 0

	action_a = {
		name = "Hire foreign military advisors for Army staff training"
		command = { type = gain_tech which = 11000 }
		command = { type = gain_tech which = 11001 }
		command = { type = gain_tech which = 11002 }
		command = { type = gain_tech which = 11100 }
		command = { type = supplies value = -100 }
	}
}
#########################################################################
# Event Series 14100 Foreign Military Advisors
# Event 14103 Armor Concepts
#########################################################################
# event trigger major = yes/no is bugged and therefore reversed
event = { 
	id = 14103
	random = yes
	trigger = {
				NOT = {
				technology = 2006
				}
		}
	name = "Foreign military advisors improve armor effectiveness"
	desc = "Many countries hired foreign military advisors and other specialists to help minor nations rapidly improve their military technology. These advisors were often still in the service of their home nation, or possibly retired or mercenary."
	style = 0

	action_a = {
		name = "Hire foreign military advisors for armor training"
		command = { type = gain_tech which = 2000 }
		command = { type = gain_tech which = 2001 }
		command = { type = gain_tech which = 2002 }
		command = { type = gain_tech which = 2003 }
		command = { type = gain_tech which = 2004 }
		command = { type = gain_tech which = 2005 }
		command = { type = gain_tech which = 2006 }
		command = { type = supplies value = -100 }
	}
}